Skip to content

CI: Unpin Cython #54784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 16, 2023
Merged

CI: Unpin Cython #54784

merged 7 commits into from
Sep 16, 2023

Conversation

lithomas1
Copy link
Member

@lithomas1 lithomas1 commented Aug 27, 2023

@lithomas1 lithomas1 added CI Continuous Integration Dependencies Required and optional dependencies labels Aug 27, 2023
@lithomas1 lithomas1 added this to the 2.1 milestone Aug 27, 2023
@lithomas1 lithomas1 modified the milestones: 2.1, 2.1.1 Aug 29, 2023
@lithomas1
Copy link
Member Author

Something is going wrong on the Cython end I think ...

Pushing this to 2.1.1.

@lithomas1 lithomas1 marked this pull request as ready for review September 15, 2023 20:48
@lithomas1 lithomas1 merged commit 85062f0 into pandas-dev:main Sep 16, 2023
@lithomas1 lithomas1 deleted the unpin-cython branch September 16, 2023 02:03
@lithomas1
Copy link
Member Author

I'm gonna merge to get Cython unpinned for now. Happy to address followups in another PR.

@rhshadrach
Copy link
Member

@lithomas1 - We've been pinning Cython in the ASVs; should this be unpinned too?

"Cython": ["0.29.30"],

@rhshadrach
Copy link
Member

Ah - maybe I'm confused. Looks like we're only unpinning Cython in the CI?

@lithomas1
Copy link
Member Author

Yeah, ASVs have to stay pinned since there was a perf regression with Cython 3 (so we'd have spurious regressions if we unpinned).

lithomas1 added a commit that referenced this pull request Sep 16, 2023
Backport PR #54784: CI: Unpin Cython

Co-authored-by: Thomas Li <[email protected]>
hedeershowk pushed a commit to hedeershowk/pandas that referenced this pull request Sep 20, 2023
* CI: Unpin Cython

* Update actions-311-numpydev.yaml

* disable cache for now

* try bumping meson

* bump meson everywhere

---------

Co-authored-by: Matthew Roeschke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Dependencies Required and optional dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cython 3.0.1 seems to break our compile process
3 participants